gtk: Add gtk_widget_snapshot()
authorBenjamin Otte <otte@redhat.com>
Mon, 7 Nov 2016 18:10:49 +0000 (19:10 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 15 Nov 2016 16:48:45 +0000 (17:48 +0100)
commit93cbba6c3e034227440edeeae2b0dd75c3be6851
tree0ecf3febeefd3636fd7db7b9594f09240c043358
parentf90dcb33f9730c3bdb9c797a39f15d6930ef3695
gtk: Add gtk_widget_snapshot()

It's functionally equivalent to gtk_widget_get_render_node() but uses a
GtkSnapshot argument to carry the state.
gtk/Makefile.am
gtk/gtk.h
gtk/gtksnapshot.c [new file with mode: 0644]
gtk/gtksnapshot.h [new file with mode: 0644]
gtk/gtksnapshotprivate.h [new file with mode: 0644]
gtk/gtkwidget.c
gtk/gtkwidgetprivate.h